home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / csetup.zip / CSETUP.H < prev    next >
C/C++ Source or Header  |  1993-12-23  |  618b  |  41 lines

  1. /*
  2.     csetup.h
  3.  
  4.     Header file 
  5.  
  6. */
  7.  
  8. #include <windows.h>
  9.  
  10. //
  11. // general constants
  12. //
  13.  
  14.  
  15. // return values from UIStartDlg
  16. #define CONTINUE    0
  17. #define EXIT        1
  18. #define REACTIVATE  2
  19. #define BACK        3
  20.  
  21. // Bitmap id
  22. #define LOGO    1               // resource id
  23.  
  24.  
  25. //Dialog ID's
  26. #define WELCOME       100
  27. #define ASKQUIT       200
  28. #define DESTPATH      300
  29. #define EXITFAILURE   400
  30. #define EXITQUIT      600
  31. #define EXITSUCCESS   700
  32. #define OPTIONS       800
  33. #define APPHELP       900
  34. #define BADPATH       6400
  35.  
  36. //
  37. // globals in csetup.c
  38. //
  39.  
  40. extern char *szAppName;
  41.